home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 013a / pcspool.zip / PCSPOOL.DOC < prev   
Text File  |  1991-02-09  |  3KB  |  46 lines

  1. PCSPOOL
  2.  
  3. Michael Holmes and Bob Flanders                   January 8, 1990 (Utilities)
  4.  
  5.  
  6. Purpose:     A TSR utility that spools files to be printed into memory
  7.              or onto disk, freeing the PC and application for immediate use
  8.              while printing takes place in background.  Controls and displays
  9.              status of up to three printers through command line and window
  10.              commands.  Queued files can be skipped, canceled, and separated
  11.              by formfeeds and/or pauses with prompt messages.
  12.  
  13. Format:      PCSPOOL /I [/1] [/2] [/3] [/Cnn|/D[d:\path]]
  14.              PCSPOOL /P [/1] [/2] [/3] [Comment]
  15.              PCSPOOL /F [/1|/2|/3]
  16.              PCSPOOL /U
  17.  
  18. Remarks:  The /I (Install), /P (Pause), /F (FormFeed) and /U (Uninstall)
  19. commands cannot be combined, but must be executed separately from the DOS
  20. prompt.  LPT1: is assumed if no entry is made for /1, /2, or /3, but
  21. printer(s) to be controlled can be changed from the pop-up window, whose
  22. default hotkey is Ctrl-Alt-P.  The /C switch reserves nnK of conventional
  23. memory for the queue; default is 16K.  Alternatively, a drive and path,
  24. including EMS RAM disks, can be specified with /Dd:\path.  (Note:  No space
  25. between /D and d:.  The filename PCSPOOL.QUE will be used.)  A comment entered
  26. with the /P command (to change paper, for example) will be displayed when the
  27. pop-up window is activated.  PCSPOOL's TSR code requires 7K of memory.
  28.  
  29.           Printers not specifically controlled by PCSPOOL receive data
  30. normally; serial printers, even if set up with MODE LPTx:=COMx:, cannot be
  31. controlled by PCSPOOL.  Pauses and formfeeds should not be issued while data
  32. is being sent to the queue for their placement will be uncertain.
  33.  
  34.           Single-letter commands to disable control (D), pause (P), send
  35. formfeed (F), reset printer (R), skip to next file (J), and to flush the queue
  36. (C) are applied from the window to LPT1:.  The same letters with Ctrl- apply
  37. the function to LPT2:, and, with Alt-, to LPT3:.  The window Go (G) command
  38. takes control of a printer or ends a printer pause.  (Two G commands will be
  39. required if both command line and window pauses have been issued.)  Printer
  40. status, amount of the queue being used by the printer (Gauge), printing rate
  41. (CPS), characters printed (CP), characters remaining in queue (CIQ) and time
  42. required to print the present queue contents are shown in the pop-up window.
  43.  
  44.           Instructions for changing the hotkey and for downloading the program
  45. and its .ASM source code from PC MagNet are printed in the published article.
  46.